home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / datamake / readme.txt < prev   
Text File  |  1995-12-22  |  2KB  |  33 lines

  1.   -----------------------  DataMake program --------------------------
  2.   --  (c) 1995 E.Martin.
  3.   --                Compuserve: 100661,3653
  4.   --
  5.   --    This program is a simple code generator. It's intended to produce
  6.   --    a Unit that will create all the databases used by your application.
  7.   --    This way, a program can be shipped without the datafiles, which can
  8.   --    be created as needed.
  9.   --    The program is fairly easy to use, as it is based in the DataList
  10.   --    example program that ships with Delphi.
  11.   --    The code generated : CreateDB.Pas is ready to be included in your project
  12.   --      whenever you decide you can call CreateDBMS to recreate the datafiles.
  13.   --      The code style is structured and readable (as much as this is) and can
  14.   --      be easily modified to further specialize.
  15.   --
  16.   --    This program is FreeWare: use it or modify it at your own will.
  17.   --     I'll be glad if it helped someone.
  18.   --
  19.   --
  20.   --  Revision history:
  21.   --  14/Jun/95 : created.
  22.   --
  23.   --  Known limitations:
  24.   --   This version doesn't handle dBase Expressions indexes.  To do so I'd
  25.   --   have to dig rather deep in the Borland's DBE api.  As I don't have
  26.   --   the manuals, and I don't need to use dBase expressions right now, I
  27.   --   left it aside.  Maybe someone wants to improve the program to do it.
  28.   --
  29.   --  Any comments, bug reports, etc  can be addressed at: 
  30.       Enrique Martin
  31.       Compuserve: 100661,3653
  32.       Internet: emarti0@ibm.net
  33.